memory management

英 [ˈmeməri ˈmænɪdʒmənt] 美 [ˈmeməri ˈmænɪdʒmənt]

网络  记忆体管理; 内存管理; 存储器管理; 记忆空间管理; 存储管理

计算机



双语例句

  1. The use of any overcommitment mechanism fundamentally affects the operation of the host and guest memory management systems.
    使用任何超量使用机制都会从根本上影响主机和客户内存管理系统的运行。
  2. New automated storage and memory management add to existing support for automated recovery of system failures.
    除了对系统故障自动恢复的现有支持之外,增加了新的自动存储和内存管理特性。
  3. I never worry about memory management on the JVM because the platform allows me to forget it.
    我从不担心JVM的内存管理,因为平台可以让我忘了它。
  4. KVM inherits powerful memory management features from Linux.
    KVM从Linux继承了强大的内存管理功能。
  5. Pacifica also amends address translation with host and guest memory management unit ( MMU) tables.
    Pacifica还可以使用宿主和客户内存管理单元(MMU)表来进行地址转换。
  6. This table compares the memory management strategies covered in this article.
    下表对比了本文中涉及的内存管理策略。
  7. Garbage collection can be freeing. It lets us focus on application logic rather than memory management.
    垃圾回收解放了我们,它让我们可将精力集中在应用程序逻辑(而不是内存管理)上。
  8. In pooled memory management, each allocation specifies a pool of memory from which it should be allocated.
    在池式内存管理中,每次内存分配都会指定内存池,从中分配内存。
  9. This article focuses on Linux kernel memory management and, in particular, the mechanisms provided through slab allocation.
    本文将着重介绍Linux内核的内存管理,尤其是slab分配提供的机制。
  10. Automated storage and memory management
    自动的存储和内存管理
  11. In most systems languages like C and C++, you have to do memory management.
    在大部分系统语言中,比如C和C++,您必须进行内存管理。
  12. This improves resource utilization and memory management.
    这改进了资源利用和内存管理。
  13. The JVM has its own memory management system that you must monitor and configure.
    JVM有自己的内存管理系统,必须监视和配置这个系统。
  14. The main advantages of64bit architectures relate to memory management and accessibility.
    位架构的主要优势在于内存管理和可访问性。
  15. Memory management is usually handled by requests from the coder to allocate and release blocks of memory.
    内存管理通常是由来自编码人员的请求处理的,以分配和释放内存块。
  16. AIX provides support for Virtualization through changes in the memory management layer ( VMM).
    通过内存管理层(VMM)中的更改,AIX提供了对虚拟化的支持。
  17. This feature allows for a more effective memory management.
    这个特性有助于更有效地管理内存。
  18. The role of the hypervisor includes resource allocation, partition management, processor dispatching, and virtual memory management.
    Hypervisor的功能包括资源分配、分区管理、处理器调度和虚拟内存管理。
  19. Memory management is ultimately a zero-sum game of tradeoffs.
    内存管理实际上是一种关于权衡的零和游戏。
  20. Memory Management Unit, translates virtual to physical addresses and provides access permission control.
    内存管理单位,把虚地址转化为物理地址并且提供访问许可控制。
  21. Then place emphasis on system memory management, network communication;
    然后重点描述运行系统内存管理、网络通信;
  22. Next, I'll discuss some design and implementation techniques for efficient memory management.
    接下来,我将讨论一些用于有效管理内存的设计和实现技术。
  23. You can control thread management, fault tolerance, memory management, and so on.
    可以控制线程管理、容错性和内存管理等等。
  24. The software package includes startup management, fixing registry errors, Disk clean-up, and memory management.
    该软件整合了启动管理,修复注册表错误,磁盘清理,和内存管理。
  25. Research and Implementation of the Memory Management in the Complex Embedded System
    复杂嵌入式系统内存管理方案的研究与实现
  26. System memory management ( configuration layout and availability of memory).
    系统内存管理(配置布局和内存可用性)。
  27. In this section, I'll discuss the topic of memory management.
    在这个章节中,我将讨论内存管理的话题。
  28. He explains that concurrent programming is hard just like memory management because you need to balance correctness and performance.
    他解释说,并发编程的困难类似于内存管理,你需要平衡正确性和性能。